type github.com/andybalholm/brotli.symbolList
8 uses
github.com/andybalholm/brotli (current package)
decode.go#L489: func processSingleCodeLength(code_len uint32, symbol *uint32, repeat *uint32, space *uint32, prev_code_len *uint32, symbol_lists symbolList, code_length_histo []uint16, next_symbol []int) {
decode.go#L512: func processRepeatedCodeLength(code_len uint32, repeat_delta uint32, alphabet_size uint32, symbol *uint32, repeat *uint32, space *uint32, prev_code_len *uint32, repeat_code_len *uint32, symbol_lists symbolList, code_length_histo []uint16, next_symbol []int) {
decode.go#L568: var symbol_lists symbolList = s.symbol_lists
huffman.go#L481: func buildHuffmanTable(root_table []huffmanCode, root_bits int, symbol_lists symbolList, count []uint16) uint32 {
state.go#L146: symbol_lists symbolList
symbol_list.go#L11: type symbolList struct {
symbol_list.go#L16: func symbolListGet(sl symbolList, i int) uint16 {
symbol_list.go#L20: func symbolListPut(sl symbolList, i int, val uint16) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |